.main-block {
  position: relative;
}
.main-block .title-outer {
  text-align: center;
}
.main-block .title-outer .div_h-2 {
  font-size: 36px;
  font-weight: 600;
  color: #020202;
}
.main-block .title-outer .div_h-4 {
  font-size: 16px;
  font-weight: 400;
  color: #858586;
  line-height: 1.5em;
  margin-top: 8px;
}
.banner-wrap {
  position: relative;
}
.banner-wrap .img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner-wrap .pic_url,
.banner-wrap .front_pic_url {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: -1;
}
.banner-wrap .front_pic_url {
  width: 1660px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-wrap .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px;
}
.banner-wrap .register-wrap {
  width: 425px;
  height: 370px;
  background: #ffffff;
  box-shadow: -2px 12px 38px 0px rgba(84, 153, 194, 0.2);
  position: absolute;
  top: 40px;
  right: 15%;
  z-index: 90;
}
.banner-wrap .register-wrap .link {
  color: #0088FA;
  font-size: 14px;
}
.banner-wrap .register-wrap .link:hover {
  opacity: 0.85;
}
.banner-wrap .register-wrap .hide {
  display: none;
}
.banner-wrap .register-wrap .step {
  padding: 50px 42px 60px 42px;
}
.banner-wrap .register-wrap .title .div_h-3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.banner-wrap .register-wrap .form-wrap {
  width: 340px;
  box-sizing: content-box;
  margin-top: 30px;
}
.banner-wrap .register-wrap .form-wrap .qg-text-item {
  width: 340px;
  height: 48px;
  border-color: #dddfe7;
  margin-bottom: 12px;
}
.banner-wrap .register-wrap .form-wrap .qg-text-item.qg-text-item-active {
  border: 1px solid #0088FA !important;
}
.banner-wrap .register-wrap .form-wrap .qg-text-item input {
  text-indent: 8px;
  height: 100%;
}
.banner-wrap .register-wrap .form-wrap .qg-text-item input::-webkit-input-placeholder {
  color: #c6c6c6;
}
.banner-wrap .register-wrap .form-wrap .qg-text-item.qg-text-item-active .icon {
  color: #0088FA !important;
}
.banner-wrap .register-wrap .form-wrap .qg-text-item .icon-wrap {
  margin-left: 12px;
  display: flex;
  align-items: center;
}
.banner-wrap .register-wrap .form-wrap .qg-text-item .icon-wrap .icon {
  font-size: 18px;
  color: #dddfe7;
}
.banner-wrap .register-wrap .form-wrap .qg-text-item .toggle-wrap i {
  display: block;
  width: 14px;
  height: 7px;
  background: url("/static_browser/home/image/icon/basis_icon_2/close_eye.png");
  background-size: contain;
  margin-right: 15px;
  cursor: pointer;
  user-select: none;
}
.banner-wrap .register-wrap .form-wrap .qg-text-item .toggle-wrap i.open {
  width: 15px;
  height: 10px;
  background: url("/static_browser/home/image/icon/basis_icon_2/open_eye.png");
  background-size: contain;
}
.banner-wrap .register-wrap .form-wrap .captcha {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.banner-wrap .register-wrap .form-wrap .captcha .qg-text-item {
  width: 237px;
  margin: 0;
}
.banner-wrap .register-wrap .form-wrap .captcha .code-img {
  width: 93px;
  height: 48px;
  overflow: hidden;
}
.banner-wrap .register-wrap .form-wrap .captcha .code-img img {
  width: 100%;
  height: 100%;
}
.banner-wrap .register-wrap .form-wrap .captcha .code-img .hint-tag {
  font-size: 14px;
  color: #fff;
  height: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 0 9px;
  background: linear-gradient(12deg, #f4574e 0%, #f58863 60%);
  border-radius: 4px;
  margin-left: 8px;
  margin-top: 5px;
  position: relative;
  user-select: none;
  position: absolute;
  top: -22px;
  right: -30px;
}
.banner-wrap .register-wrap .form-wrap .captcha .code-img .hint-tag::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid #f4574e;
  border-bottom: none;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 18px;
}
.banner-wrap .register-wrap .form-wrap .send-btn {
  width: 93px;
  height: 48px;
  overflow: hidden;
  margin-top: 17px;
  position: relative;
}
.banner-wrap .register-wrap .form-wrap .send-btn a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0088FA;
  font-size: 14px;
  color: #0088FA;
  line-height: 1;
}
.banner-wrap .register-wrap .form-wrap .send-btn .qg-checkbox {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.banner-wrap .register-wrap .form-wrap .send-btn .qg-checkbox .qg-checkbox-item .icon {
  border-color: #DDDFE7;
}
.banner-wrap .register-wrap .form-wrap .send-btn .txt {
  font-size: 14px;
  line-height: 1;
  color: #858586;
}
.banner-wrap .register-wrap .form-wrap .send-btn a {
  font-size: 14px;
  color: #0088FA;
  line-height: 1;
}
.banner-wrap .register-wrap .form-wrap .send-btn .tooltip {
  background: rgba(61, 62, 73, 0.8);
  padding: 6px 10px;
  position: absolute;
  top: 26px;
  left: -115px;
  z-index: 10;
  display: none;
}
.banner-wrap .register-wrap .form-wrap .send-btn .tooltip::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid rgba(61, 62, 73, 0.8);
  position: absolute;
  top: -6px;
  left: 117px;
}
.banner-wrap .register-wrap .form-wrap .send-btn .tooltip .txt {
  width: 230px;
  color: #fff;
  line-height: 1.4;
}
.banner-wrap .register-wrap .button-wrap {
  width: 100%;
  margin-top: 57px;
  position: relative;
}
.banner-wrap .register-wrap .button-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 100%;
  height: 48px;
  background: #0088FA;
  font-size: 16px;
  color: #fff;
  user-select: none;
}
.banner-wrap .register-wrap .button-wrap .hint-tag {
  font-size: 14px;
  color: #fff;
  height: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 0 9px;
  background: linear-gradient(12deg, #f4574e 0%, #f58863 60%);
  border-radius: 4px;
  margin-left: 8px;
  margin-top: 5px;
  position: relative;
  user-select: none;
  position: absolute;
  top: -22px;
  right: -30px;
}
.banner-wrap .register-wrap .button-wrap .hint-tag::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid #f4574e;
  border-bottom: none;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 18px;
}
.banner-wrap .register-wrap .protocol {
  display: flex;
  align-items: center;
  margin-top: 17px;
  position: relative;
}
.banner-wrap .register-wrap .protocol .qg-checkbox {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.banner-wrap .register-wrap .protocol .qg-checkbox .qg-checkbox-item .icon {
  border-color: #dddfe7;
}
.banner-wrap .register-wrap .protocol .txt {
  font-size: 14px;
  line-height: 1;
  color: #858586;
}
.banner-wrap .register-wrap .protocol a {
  font-size: 14px;
  color: #0088FA;
  line-height: 1;
}
.banner-wrap .register-wrap .protocol .tooltip {
  background: rgba(61, 62, 73, 0.8);
  padding: 6px 10px;
  position: absolute;
  top: 26px;
  left: -115px;
  display: none;
}
.banner-wrap .register-wrap .protocol .tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid rgba(61, 62, 73, 0.8);
  position: absolute;
  top: -6px;
  left: 117px;
}
.banner-wrap .register-wrap .protocol .tooltip .txt {
  width: 230px;
  color: #fff;
  line-height: 1.4;
}
.banner-wrap .register-wrap .msg-auth-code {
  padding: 12px 22px;
}
.banner-wrap .register-wrap .msg-auth-code .back-btn {
  padding: 26px 24px 12px 24px;
}
.banner-wrap .register-wrap .msg-auth-code .verify-wrap {
  margin: 20px 0 0 22px;
}
.banner-wrap .register-wrap .msg-auth-code .verify-wrap p.mobile-txt {
  font-size: 14px;
  color: #858586;
}
.banner-wrap .register-wrap .msg-auth-code .verify-wrap p.txt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 8px;
  line-height: 1;
}
.banner-wrap .register-wrap .msg-auth-code .verify-wrap ul.error .code-input-item input[type="text"] {
  border: 1px solid #d93026 !important;
}
.banner-wrap .register-wrap .msg-auth-code .verify-wrap ul .code-input-item {
  display: inline-block;
  width: 42px;
  height: 50px;
  margin-right: 8px;
  position: relative;
  margin-right: 12px;
}
.banner-wrap .register-wrap .msg-auth-code .verify-wrap ul .code-input-item:nth-child(3) {
  padding-right: 50px;
  margin: 0;
  width: 80px;
}
.banner-wrap .register-wrap .msg-auth-code .verify-wrap ul .code-input-item:nth-child(3):after {
  content: "";
  width: 18px;
  height: 1px;
  background: #e3e5eb;
  position: absolute;
  top: 25px;
  right: 10px;
}
.banner-wrap .register-wrap .msg-auth-code .verify-wrap ul .code-input-item input[type="text"] {
  width: 42px;
  height: 100%;
  border: 1px solid #dddfe7;
  outline: 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
}
.banner-wrap .register-wrap .msg-auth-code .txt-btn {
  margin-top: 26px;
  margin-bottom: 32px;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.banner-wrap .register-wrap .msg-auth-code .txt-btn .error-hint {
  font-size: 14px;
  color: #d93026;
  height: 16px;
  line-height: 16px;
}
.banner-wrap .register-wrap .msg-auth-code .txt-btn span {
  font-size: 14px;
  color: #858586;
}
.banner-wrap .register-wrap .promote-wrap {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.banner-wrap .register-wrap .promote-wrap .promote-btn {
  color: #858586;
  font-size: 14px;
}
.banner-wrap .register-wrap .promote-wrap .promote-content {
  display: none;
}
.banner-wrap .register-wrap .promote-wrap .promote-content .inner {
  display: flex;
  align-items: center;
}
.banner-wrap .register-wrap .promote-wrap .promote-content label {
  color: #858586;
  font-size: 14px;
}
.banner-wrap .register-wrap .promote-wrap .promote-content input {
  height: 28px;
  width: 70px;
  border: 1px solid #d9d8d8;
  padding: 0 6px;
  font-size: 13px;
}
.banner-wrap .register-wrap .promote-wrap .promote-content input:focus {
  border-color: #0088FA;
}
.banner-wrap .register-wrap .reg-success {
  width: 100%;
  padding: 28px 0;
}
.banner-wrap .register-wrap .reg-success .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-wrap .register-wrap .reg-success .title .success {
  width: 21px;
  height: 21px;
  background: url('/static_browser/home/image/icon/basis_icon_2/success_x.png') no-repeat;
  background-size: contain;
  margin-right: 7px;
}
.banner-wrap .register-wrap .reg-success .title .div_h-3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.banner-wrap .register-wrap .reg-success .title.column {
  flex-direction: column;
}
.banner-wrap .register-wrap .reg-success .title.column .success {
  width: 77px;
  height: 77px;
  background: url('/static_browser/home/image/icon/basis_icon_2/success_m.png') no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
.banner-wrap .register-wrap .reg-success .sub-title {
  font-size: 14px;
  color: #858586;
  text-align: center;
  margin-top: 8px;
}
.banner-wrap .register-wrap .reg-success .qr-code {
  width: 148px;
  height: 148px;
  margin: 14px auto 0 auto;
}
.banner-wrap .register-wrap .reg-success .qr-code img {
  width: 100%;
  height: 100%;
}
.banner-wrap .register-wrap .reg-success .txt-wrap {
  text-align: center;
  margin-top: 8px;
}
.banner-wrap .register-wrap .reg-success .txt-wrap p {
  font-size: 14px;
  color: #858586;
  padding: 0;
  background: none;
}
.banner-wrap .register-wrap .reg-success .button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 5px;
}
.banner-wrap .register-wrap .reg-success .button-wrap a {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 42px;
  background: #0088FA;
  font-size: 16px;
  color: #fff;
  user-select: none;
}
.banner-wrap .register-wrap .reg-success .button-wrap a.light {
  background: #fff;
  color: #0088FA;
  border: 1px solid #0088FA;
  box-sizing: border-box;
}
.banner-wrap .register-wrap .reg-success .button-wrap a:hover {
  opacity: 0.85;
}
.spread-banner {
  position: relative;
}
.spread-banner .img-wrap {
  height: 456px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.spread-banner .image {
  height: 456px;
}
.spread-banner .image img {
  width: 100%;
  height: 100%;
}
.spread-banner .banner-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  width: 1280px;
  margin: 0 auto;
  padding-top: 2.8%;
}
.spread-banner .banner-title p {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}
.spread-banner .banner-title .banner-title-item {
  margin-bottom: 14px;
}
.spread-banner .banner-title .banner-title-item i {
  display: inline-block;
  width: 16px;
  height: 14px;
  vertical-align: middle;
  margin-right: 12px;
  background: url("/static_browser/home/image/spread/banner_gou2_2x.png") no-repeat;
  background-size: 100% 100%;
}
.spread-banner .banner-title .banner-title-item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #ffffff;
}
.spread-banner .banner-title .banner-down {
  width: 150px;
  height: 42px;
  background: #0088fa;
  margin-top: 42px;
}
.spread-banner .banner-title .banner-down a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  font-weight: 400;
}
.spread-banner .banner-title .banner-down a:hover {
  opacity: 0.8;
}
.spread-banner .banner-title .banner-down:hover {
  opacity: 0.8;
}
.spread-banner .banner-title .banner-title-tips {
  margin-top: 12px;
  font-size: 12px;
  color: #858586;
  font-weight: 400;
}
.register-main {
  width: 1280px;
  height: 456px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  pointer-events: none;
}
.banner-wrap .register-wrap {
  pointer-events: initial;
  top: 28px;
  right: 0;
  z-index: 100;
}
.spread-banner {
  height: 456px;
}
.spread-banner .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: -1;
}
.spread-banner .banner-title .sub-title-list {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
.spread-banner .banner-title .sub-title-list .item {
  color: #858586;
  font-size: 16px;
  padding-left: 22px;
  background: url('/static_browser/home/image/index_2409/icon_check_xs@2x.png') no-repeat 0 center;
  background-size: 16px 16px;
  margin-right: 16px;
}
.spread-banner .banner-title .sub-title-list.wrap {
  display: block;
  margin-bottom: 0;
}
.spread-banner .banner-title .sub-title-list.wrap .item {
  margin-bottom: 16px;
}
.spread-banner .banner-title .sub-title-list.wrap .item:last-child {
  margin-bottom: 0;
}
.spread-banner .banner-title .banner-down {
  margin-top: 26px;
}
.benefit-wrap {
  width: 100%;
  position: relative;
  position: absolute;
  top: -34px;
  left: 0;
  z-index: 10;
}
.benefit-wrap .inner {
  width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.benefit-wrap .inner .benefit-item {
  width: 302px;
  height: 86px;
  border-radius: 4px;
  background: #ffffff;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 14px 4px rgba(219, 228, 241, 0.45);
  padding-left: 18px;
}
.benefit-wrap .inner .benefit-item:hover .benefit_title,
.benefit-wrap .inner .benefit-item:hover .benefit-desc,
.benefit-wrap .inner .benefit-item:hover img {
  opacity: 0.85;
  transition: opacity 0.4s;
}
.benefit-wrap .inner .benefit-item .pic {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-shadow: 1px 1px 14px 4px rgba(219, 228, 241, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.benefit-wrap .inner .benefit-item img {
  width: 32px;
  height: 33px;
}
.benefit-wrap .inner .benefit-item .benefit-content .benefit_title {
  font-size: 16px;
  font-weight: 600;
  color: #020202;
  line-height: 1.5em;
}
.benefit-wrap .inner .benefit-item .benefit-content .benefit-desc {
  font-size: 14px;
  color: #858586;
  line-height: 1.75em;
}
.benefit-wrap .inner .benefit-item.gift {
  padding-left: 35px;
  background: linear-gradient(90deg, #ff5944 17%, #ffa159 100%);
  box-shadow: 1px 1px 14px 4px rgba(219, 228, 241, 0.45);
}
.benefit-wrap .inner .benefit-item.gift .benefit-content .benefit_title {
  font-size: 20px;
  color: #FFF5D7;
}
.benefit-wrap .inner .benefit-item.gift .benefit-content .benefit-desc {
  color: #FFF5D7;
}
.benefit-wrap .inner .benefit-item.gift img {
  width: 67px;
  height: 75px;
  margin-left: 40px;
  margin-right: 0;
}
.capacity-wrap {
  padding: 128px 0 80px 0;
  background: #F7FBFF;
}
.capacity-wrap .inner {
  width: 1280px;
  margin: 0 auto;
}
.capacity-wrap .capacity-tabs {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.capacity-wrap .capacity-tabs .capacity-tab {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.capacity-wrap .capacity-tabs .capacity-tab::after {
  content: attr(data-title);
  font-size: 18px;
  font-weight: 400;
}
.capacity-wrap .capacity-tabs .capacity-tab .icon {
  width: 24px;
  margin-right: 8px;
  user-select: none;
}
.capacity-wrap .capacity-tabs .capacity-tab:hover {
  opacity: 0.85;
  transition: all 0.4s;
}
.capacity-wrap .capacity-tabs .capacity-tab.active {
  opacity: 1;
}
.capacity-wrap .capacity-tabs .capacity-tab.active::after {
  font-weight: 600;
  color: #0088FA;
}
.capacity-wrap .capacity-tabs .capacity-tab.active::before {
  content: '';
  width: 96px;
  height: 4px;
  background: #0088FA;
  border-radius: 2px;
  position: absolute;
  left: calc(50% - 48px);
  bottom: 0;
  animation: grow 0.3s 1 normal ease-in-out;
}
.capacity-wrap .capacity-content {
  width: 100%;
  height: 500px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 14px 4px rgba(219, 228, 241, 0.45);
  margin-top: 14px;
  position: relative;
}
.capacity-wrap .capacity-content .capacity-content-item {
  padding: 30px 28px 30px 52px;
  position: relative;
  top: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 570px;
  display: flex;
  transition: all 0.2s;
  position: absolute;
}
.capacity-wrap .capacity-content .capacity-content-item.active {
  display: flex;
  z-index: 1;
  opacity: 1;
}
.capacity-wrap .capacity-content .capacity-content-item .capacity-desc {
  flex: 1;
  margin-top: 45px;
}
.capacity-wrap .capacity-content .capacity-content-item .capacity-desc .capacity-title .div_h-2 {
  font-size: 36px;
  font-weight: 600;
  color: #020202;
  margin-bottom: 14px;
}
.capacity-wrap .capacity-content .capacity-content-item .capacity-desc .capacity-title .div_h-2 span {
  color: #0088FA;
}
.capacity-wrap .capacity-content .capacity-content-item .capacity-desc .capacity-title .div_h-3 {
  font-size: 24px;
  font-weight: 600;
  color: #020202;
}
.capacity-wrap .capacity-content .capacity-content-item .capacity-desc .capacity-sub-list .capacity-sub-item {
  width: 520px;
  margin-top: 7px;
}
.capacity-wrap .capacity-content .capacity-content-item .capacity-desc .capacity-sub-list .capacity-sub-item p {
  font-size: 18px;
  font-weight: 400;
  color: #858586;
  line-height: 1.5em;
  background: url('/static_browser/home/image/index_2409/icon_check_sm@2x.png') no-repeat 0 1px;
  background-size: 25px 24px;
  padding-left: 31px;
  margin-top: 34px;
}
.capacity-wrap .capacity-content .capacity-content-item .details-picture {
  width: 660px;
  height: 440px;
}
.capacity-wrap .capacity-content .capacity-content-item .details-picture img {
  width: 100%;
  object-fit: contain;
}
.terrace-wrap {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 80px 0 66px 0;
}
.terrace-wrap .banner {
  width: 1500px;
  height: 100%;
  overflow: hidden;
  margin: 34px auto 0 auto;
}
.terrace-wrap .banner img {
  display: block;
  height: 76px;
}
.terrace-wrap .banner .banner1 {
  width: 90%;
  overflow: hidden;
  margin: auto;
}
.terrace-wrap .banner .banner2 {
  width: 80%;
  overflow: hidden;
  margin: auto;
}
.terrace-wrap .banner .shade-left {
  width: 50px;
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  filter: blur(10px);
  /*虚化值，越大越模糊*/
  z-index: 3;
}
.terrace-wrap .banner .shade-right {
  width: 50px;
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  filter: blur(10px);
  /*虚化值，越大越模糊*/
  z-index: 3;
}
.terrace-wrap .banner .banner-relative {
  position: relative;
  height: 76px;
  /* 往左动画开始 */
  /* 滚动的图片 */
  /* 往左动画结束 */
  /* 往右动画开始 */
  /* 往右动画结束 */
}
.terrace-wrap .banner .banner-relative:nth-child(2) {
  margin-top: 11px;
  margin-bottom: 11px;
}
@keyframes roll-animate-left1 {
  0% {
    left: 0;
  }
  100% {
    left: -1312px;
  }
}
@keyframes roll-animate-left2 {
  0% {
    left: 1312px;
  }
  100% {
    left: 0;
  }
}
.terrace-wrap .banner .banner-relative .roll-img-animate-left1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  animation: roll-animate-left1 40s infinite linear;
  display: flex;
  align-items: center;
}
.terrace-wrap .banner .banner-relative .roll-img-animate-left2 {
  position: absolute;
  top: 0;
  left: 1476px;
  z-index: 2;
  overflow: hidden;
  animation: roll-animate-left2 40s infinite linear;
  display: flex;
  align-items: center;
}
@keyframes roll-animate-right1 {
  0% {
    left: -1476px;
  }
  100% {
    left: 0;
  }
}
@keyframes roll-animate-right2 {
  0% {
    left: 0;
  }
  100% {
    left: 1476px;
  }
}
.terrace-wrap .banner .banner-relative .roll-img-animate-right1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  animation: roll-animate-right1 40s infinite linear;
  display: flex;
  align-items: center;
}
.terrace-wrap .banner .banner-relative .roll-img-animate-right2 {
  position: absolute;
  top: 0;
  left: 1476px;
  z-index: 2;
  overflow: hidden;
  animation: roll-animate-right2 40s infinite linear;
  display: flex;
  align-items: center;
}
.user-message-wrap {
  width: 100%;
  padding-top: 80px;
  overflow: hidden;
  background: url('/static_browser/home/image/index_2409/message-bg@2x.png') no-repeat;
  background-size: cover;
  height: 645px;
}
.user-message-wrap .scroll-cell {
  margin-top: 42px;
}
.user-message-wrap .scroll-cell .scroll-bar {
  height: 123px;
  position: relative;
}
.user-message-wrap .scroll-cell .scroll-bar:hover > .scroll-row {
  animation-play-state: paused;
}
.user-message-wrap .scroll-cell .scroll-bar .scroll-row {
  display: flex;
  align-items: center;
  height: 105px;
  padding: 9px 0;
  box-sizing: content-box;
}
.user-message-wrap .scroll-cell .scroll-bar .scroll-row .message {
  height: 105px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  box-shadow: 1px 1px 14px 4px rgba(219, 228, 241, 0.45);
  display: flex;
  align-items: center;
  padding: 0 18px;
  margin: 0 9px;
}
.user-message-wrap .scroll-cell .scroll-bar .scroll-row .message.w510 {
  width: 510px;
}
.user-message-wrap .scroll-cell .scroll-bar .scroll-row .message.w460 {
  width: 460px;
}
.user-message-wrap .scroll-cell .scroll-bar .scroll-row .message.w404 {
  width: 404px;
}
.user-message-wrap .scroll-cell .scroll-bar .scroll-row .message.w340 {
  width: 350px;
}
.user-message-wrap .scroll-cell .scroll-bar .scroll-row .message .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 18px;
}
.user-message-wrap .scroll-cell .scroll-bar .scroll-row .message .info p {
  font-size: 16px;
  font-weight: 400;
  color: #020202;
  line-height: 1.5em;
}
.user-message-wrap .scroll-cell .scroll-bar .scroll-row .message .info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  color: #858586;
  margin-top: 5px;
}
/* 滚动的message */
.scroll-bar-1 .message-animate-left-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  animation: message-animate-left-1-1 62s infinite linear;
  display: flex;
  align-items: center;
}
.scroll-bar-1 .message-animate-left-2 {
  position: absolute;
  top: 0;
  right: 2812px;
  z-index: 2;
  overflow: hidden;
  animation: message-animate-left-1-2 62s infinite linear;
  display: flex;
  align-items: center;
}
.scroll-bar-2 .message-animate-left-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  animation: message-animate-left-2-1 53s infinite linear;
  display: flex;
  align-items: center;
}
.scroll-bar-2 .message-animate-left-2 {
  position: absolute;
  top: 0;
  right: 3118px;
  z-index: 2;
  overflow: hidden;
  animation: message-animate-left-2-2 53s infinite linear;
  display: flex;
  align-items: center;
}
.scroll-bar-3 .message-animate-left-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  animation: message-animate-left-3-1 66s infinite linear;
  display: flex;
  align-items: center;
}
.scroll-bar-3 .message-animate-left-2 {
  position: absolute;
  top: 0;
  right: 3222px;
  z-index: 2;
  overflow: hidden;
  animation: message-animate-left-3-2 66s infinite linear;
  display: flex;
  align-items: center;
}
@keyframes message-animate-left-1-1 {
  0% {
    right: -2812px;
  }
  100% {
    right: 0;
  }
}
@keyframes message-animate-left-1-2 {
  0% {
    right: 0;
  }
  100% {
    right: 2812px;
  }
}
@keyframes message-animate-left-2-1 {
  0% {
    right: -3118px;
  }
  100% {
    right: 0;
  }
}
@keyframes message-animate-left-2-2 {
  0% {
    right: 0;
  }
  100% {
    right: 3118px;
  }
}
@keyframes message-animate-left-3-1 {
  0% {
    right: -3222px;
  }
  100% {
    right: 0;
  }
}
@keyframes message-animate-left-3-2 {
  0% {
    right: 0;
  }
  100% {
    right: 3222px;
  }
}
@keyframes grow {
  from {
    transform: scaleX(0);
    opacity: 0;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}
.honor-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}
.honor-marquee .bd {
  margin-top: 46px;
}
.honor-marquee .bd .tempWrap {
  margin: auto;
}
.honor-marquee .bd ul {
  overflow: hidden;
  zoom: 1;
}
.honor-marquee .bd ul li {
  margin: 0 12px;
  overflow: hidden;
  text-align: center;
  width: 293px;
  height: 322px;
  background: #f7fbff;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 16px 0;
}
.honor-marquee .bd ul li .pic {
  width: 100%;
}
.honor-marquee .bd ul li .cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.honor-marquee .bd ul li:hover {
  opacity: 0.85;
  transition: opacity 0.4s;
}
.honor-marquee .bd ul li img {
  display: block;
  width: 260px;
  background: #fff;
}
.honor-marquee .bd ul li .title {
  width: 100%;
  padding-top: 32px;
  height: 150px;
  position: relative;
}
.honor-marquee .bd ul li .title p {
  font-size: 18px;
  font-weight: 400;
  color: #020202;
  line-height: 1.45em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.honor-marquee .bd ul li .title span {
  position: absolute;
  left: 0;
  bottom: 38px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #858586;
  line-height: 1;
}
.honor-marquee .hd {
  height: 160px;
  display: flex;
  justify-content: center;
  padding-top: 52px;
}
.honor-marquee .hd .inner {
  display: flex;
}
.honor-marquee .hd .inner a {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 17px;
}
.lazada {
  margin: 10px 0 80px 0;
}
.lazada .inner {
  width: 1280px;
  margin: auto;
  display: flex;
}
.lazada .inner .logo {
  width: 482px;
  height: 124px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 1px 1px 14px 4px rgba(219, 228, 241, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 64px;
}
.lazada .inner .logo img {
  display: block;
  width: 368px;
  height: 75px;
}
.lazada .inner .info {
  height: 124px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 36px;
}
.lazada .inner .info .label {
  font-size: 36px;
  font-weight: 400;
  color: #020202;
  margin-bottom: 7px;
}
.lazada .inner .info .more {
  font-size: 14px;
  font-weight: 400;
  color: #0088fa;
}
.lazada .inner .info .more::after {
  content: '';
  border-right: 1px solid #0088FA;
  border-bottom: 1px solid #0088FA;
  height: 6px;
  width: 6px;
  display: inline-block;
  transform: rotate(-45deg) translate(0, 0);
  margin-left: 3px;
  transition: all 0.4s;
  position: relative;
  top: -1px;
}
.lazada .inner .info .more:hover {
  opacity: 0.85;
  transition: all 0.4s;
}
.lazada .inner .info .more:hover:after {
  transform: rotate(-45deg) translate(4px, 4px);
}
.anniversary {
  background: #F7FBFF;
  padding: 80px 0;
}
.anniversary .inner {
  width: 1280px;
  margin: auto;
  display: flex;
}
.anniversary .inner .item {
  flex: 1;
  display: flex;
}
.anniversary .inner .item .out-item {
  width: 320px;
  background: rgba(0, 0, 0, 0.27);
  position: relative;
  cursor: pointer;
  border: 6px solid #ffffff;
  border-radius: 2px;
  box-shadow: 0px 0px 12px 0px rgba(200, 218, 243, 0.6);
}
.anniversary .inner .item .out-item::after {
  content: '';
  width: 320px;
  height: 180px;
  background: url('/static_browser/home/image/index_2409/play@2x.png') no-repeat center center;
  background-size: 51px 51px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.anniversary .inner .item .out-item:hover::after {
  transform: scale(1.05);
  transition: all 0.4s;
}
.anniversary .inner .item .out-item .video-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.anniversary .inner .item .out-brief {
  flex: 1;
  padding-left: 25px;
}
.anniversary .inner .item .out-brief .adorn {
  width: 100%;
  height: 6px;
  position: relative;
  margin-top: 7px;
}
.anniversary .inner .item .out-brief .adorn::before {
  content: '';
  display: inline-block;
  width: 49px;
  height: 6px;
  background: #0088fa;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.anniversary .inner .item .out-brief .adorn::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 6px;
  background: #4fe8e7;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 55px;
}
.anniversary .inner .item .out-brief .div_h-1 {
  font-size: 28px;
  font-weight: 600;
  color: #020202;
  line-height: 1.5;
  margin-top: 26px;
  margin-bottom: 18px;
}
.anniversary .inner .item .out-brief p {
  font-size: 18px;
  font-weight: 400;
  color: #858586;
  line-height: 1.5;
}
.pic-scroll-left {
  width: 1280px;
  margin: 80px auto;
}
.pic-scroll-left .inner {
  position: relative;
  margin-top: 52px;
}
.pic-scroll-left .inner .bd {
  display: flex;
  justify-content: center;
  width: 1152px;
  margin: auto;
}
.pic-scroll-left .inner .bd a {
  display: block;
}
.fk-event .bd .pic-list li {
  width: 320px;
  margin-right: 96px;
}
.fk-event .bd .pic-list li:last-child {
  margin-right: 0;
}
.fk-event .bd .pic-list li a:hover {
  opacity: 0.85;
  transition: all var(--transitionTime);
}
.fk-event .bd .pic-list li .pic {
  width: 320px;
  height: 216px;
}
.fk-event .bd .pic-list li .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.fk-event .bd .pic-list li .title {
  margin: 16px 0;
}
.fk-event .bd .pic-list li .title p {
  font-size: 16px;
  font-weight: 400;
  color: #858586;
  text-align: center;
}
.fk-event .hd {
  width: 1284px;
  height: 216px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fk-event .more-event {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
.fk-event .more-event a {
  font-size: 14px;
  font-weight: 400;
  color: #0088FA;
  position: relative;
  line-height: 1;
}
.fk-event .more-event a::after {
  content: '';
  border-right: 1px solid #0088FA;
  border-bottom: 1px solid #0088FA;
  height: 6px;
  width: 6px;
  display: inline-block;
  transform: rotate(-45deg) translate(0, 0);
  margin-left: 3px;
  transition: all 0.4s;
  position: relative;
  top: -1px;
}
.fk-event .more-event a:hover {
  opacity: 0.85;
  transition: all 0.4s;
}
.fk-event .more-event a:hover::after {
  transform: rotate(-45deg) translate(4px, 4px);
}
.recommend .inner {
  position: relative;
}
.recommend .inner .video-item {
  cursor: pointer;
}
.recommend .inner .video-item:hover {
  opacity: 0.85;
  transition: all 0.4s;
}
.recommend .inner .bd .pic-list li {
  width: 350px;
  height: 247px;
  background: #ffffff;
  border: 1px solid #d8dbe3;
  border-radius: 6px;
  box-shadow: 1px 1px 14px 4px rgba(219, 228, 241, 0.45);
  margin-right: 48px;
  box-sizing: content-box;
}
.recommend .inner .bd .pic-list li:last-child {
  margin-right: 0;
}
.recommend .inner .bd .pic-list a {
  display: block;
}
.recommend .inner .bd .pic-list .pic {
  width: 350px;
  height: 198px;
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
}
.recommend .inner .bd .pic-list .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.recommend .inner .bd .pic-list .title {
  height: 48px;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.recommend .inner .bd .pic-list .title p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.recommend .inner .hd {
  width: 1284px;
  height: 216px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.multipleColumn {
  background: #F7FBFF;
  padding: 80px 0;
}
.multipleColumn .inner {
  width: 1284px;
  margin: auto;
  margin-top: 40px;
}
.multipleColumn .inner .bd {
  overflow: hidden;
}
.multipleColumn .inner .bd ul {
  display: flex;
  flex-wrap: wrap;
}
.multipleColumn .inner .bd ul li {
  width: 194px;
  height: 72px;
  background: #ffffff;
  border: 1px solid #d8dbe3;
  border-radius: 6px;
  margin: 12px 24px 12px 0;
  overflow: hidden;
}
.multipleColumn .inner .bd ul li:nth-child(6n) {
  margin-right: 0;
}
.multipleColumn .inner .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.multipleColumn .inner .hd {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}
.multipleColumn .inner .hd a {
  display: block;
  height: 36px;
  margin: 0 17px;
  white-space: nowrap;
  color: #0088FA;
  font-size: 14px;
}
.achievement {
  background: #fff;
  height: 178px;
}
.achievement .inner {
  width: 1280px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.achievement .inner .item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.achievement .inner .item .div_h-3 {
  position: relative;
  background-image: linear-gradient(270deg, #19b8ea 0%, #0086fb);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 48px;
  font-weight: 600;
}
.achievement .inner .item span {
  font-size: 20px;
  font-weight: 400;
  color: #020202;
  line-height: 1.5;
}
.fk-more {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 142px;
}
.fk-more::after {
  content: '';
  background: #0088FA;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: -1;
}
.fk-more .bg {
  width: 100%;
  height: 142px;
  background: url('/static_browser/home/image/index_2409/bottom_banner@2x.png') no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.fk-more .inner {
  width: 1280px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 42px;
  position: relative;
  z-index: 3;
}
.fk-more .inner p {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding-left: 38px;
}
.fk-more .inner a {
  font-weight: 400;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 278px;
}
.fk-more .inner a::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: '';
  background: url('/static_browser/home/image/index_2409/go@2x.png') no-repeat;
  background-size: 18px 18px;
  margin-left: 6px;
  transition: all 0.4s;
}
.fk-more .inner a:hover {
  opacity: 0.85;
  transition: all 0.4s;
}
.fk-more .inner a:hover::after {
  transform: translate(5px, 0);
}
.qg-checkbox .qg-checkbox-item .select-icon {
  background-color: #0088fa !important;
  border-color: #0088fa !important;
}
.video-box .video-video video {
  width: auto !important;
}
.select-account {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 28px;
  position: relative;
}
.select-account .back-btn {
  width: 30px;
  height: 30px;
  background: url('/static_browser/home/image/icon/basis_icon/icon_arrows_left@2x.png') no-repeat;
  background-size: 10px 18px;
  position: absolute;
  top: 20px;
  left: 0px;
  cursor: pointer;
}
.select-account .back-btn:hover {
  opacity: 0.85;
}
.select-account > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 17px;
}
.select-account > .title .div_h-3 {
  font-size: 20px;
  font-weight: bold;
}
.select-account .select-wrap {
  max-height: 275px;
  overflow-y: auto;
  padding-right: 10px;
}
.select-account .select-wrap::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
  background-color: #f5f5f5;
}
.select-account .select-wrap::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 6px;
}
.select-account .select-wrap:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.select-account .select-wrap::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.select-account .select-wrap .group-item {
  margin-bottom: 17px;
}
.select-account .select-wrap .group-item:last-child {
  margin-bottom: 0;
}
.select-account .select-wrap .group-item > label {
  display: block;
  font-size: 14px;
  color: #A0A0A0;
  height: 40px;
  line-height: 40px;
}
.select-account .select-wrap .group-item .group-list .item {
  width: 340px;
  height: 65px;
  background: url('/static_browser/home/image/icon/basis_icon_2/arrows@2x.png') no-repeat #f3f9ff;
  background-size: 8px 14px;
  background-position: 312px center;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
}
.select-account .select-wrap .group-item .group-list .item.register .info .label {
  font-size: 16px;
  color: #000;
  line-height: 1.45;
}
.select-account .select-wrap .group-item .group-list .item.register .info .hint-tag {
  font-size: 14px;
  color: #fff;
  height: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 0 9px;
  background: linear-gradient(12deg, #f4574e 0%, #f58863 60%);
  border-radius: 4px;
  margin-left: 8px;
  margin-top: 5px;
  position: relative;
  user-select: none;
  position: absolute;
  top: -10px;
  left: 0;
}
.select-account .select-wrap .group-item .group-list .item.register .info .hint-tag::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid #f4574e;
  border-bottom: none;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 18px;
}
.select-account .select-wrap .group-item .group-list .item.last-login::after {
  content: '\4e0a\6b21\767b\5f55';
  font-size: 12px;
  color: #fff;
  width: 61px;
  height: 20px;
  background: #3a8bff;
  border-radius: 10px 10px 10px 0px;
  position: absolute;
  top: -10px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-account .select-wrap .group-item .group-list .item .avatar {
  width: 49px;
  height: 49px;
  font-size: 22px;
  color: #fff;
  background: #3a8bff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.select-account .select-wrap .group-item .group-list .item .info {
  width: 220px;
  margin-left: 19px;
}
.select-account .select-wrap .group-item .group-list .item .info .account {
  font-size: 16px;
  color: #000;
  line-height: 1.45;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select-account .select-wrap .group-item .group-list .item .info .username {
  font-size: 14px;
  color: #858586;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select-account-popup .qgui-qg-title {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.hd a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.hd .prev {
  background: url('/static_browser/home/image/index_2409/arrows_left.png') no-repeat rgba(0, 136, 250, 0.1);
  background-size: 16px 16px;
  background-position: center center;
}
.hd .prev:hover {
  background: url('/static_browser/home/image/index_2409/arrows_left.png') no-repeat rgba(0, 136, 250, 0.2);
  background-size: 16px 16px;
  background-position: center center;
}
.hd .next {
  background: url('/static_browser/home/image/index_2409/arrows_right.png') no-repeat rgba(0, 136, 250, 0.1);
  background-size: 16px 16px;
  background-position: center center;
}
.hd .next:hover {
  background: url('/static_browser/home/image/index_2409/arrows_right.png') no-repeat rgba(0, 136, 250, 0.2);
  background-size: 16px 16px;
  background-position: center center;
}
.hd .unclickable {
  pointer-events: none;
}
.information .inner {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 36px;
}
.information .information-item {
  flex: 1;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 1px 1px 14px 4px rgba(219, 228, 241, 0.45);
  padding: 32px 36px;
  overflow: hidden;
}
.information .information-item .information-item-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.information .information-item .information-item-title .information-item-title-text {
  flex: 1;
  font-size: 24px;
}
.information .information-item .information-item-title .information-item-title-more {
  font-size: 14px;
  color: #0088FA;
}
.information .information-item .information-item-content {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.information .information-item .information-item-content .information-item-content-item {
  position: relative;
  padding-left: 18px;
}
.information .information-item .information-item-content .information-item-content-item::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background-color: #D9D9D9;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
}
.information .information-item .information-item-content .information-item-content-item .information-item-content-item-title {
  margin-bottom: 6px;
  white-space: nowrap;
}
.information .information-item .information-item-content .information-item-content-item .information-item-content-item-title p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.information .information-item .information-item-content .information-item-content-item .information-item-content-item-desc {
  font-size: 14px;
  color: #858586;
}
.information .information-item .information-item-content .information-item-content-item .information-item-content-item-desc p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.information .information-item .information-item-content .information-item-content-item:hover::before {
  background-color: #0088FA;
}
.information .information-item .information-item-content .information-item-content-item:hover .information-item-content-item-title {
  color: #0088FA;
}
